OnClientItemsSourceChanged Property (MenuBase<T>)
In This Topic
Occurs when the value of the itemsSource property changes.
Syntax
'Declaration
Public Property OnClientItemsSourceChanged As String
public string OnClientItemsSourceChanged {get; set;}
See Also